jade.core.event
Class MTPEvent
java.lang.Object
|
+--java.util.EventObject
|
+--jade.core.event.JADEEvent
|
+--jade.core.event.MTPEvent
- public class MTPEvent
- extends JADEEvent
This class represents an event related to the MTP configuration.
- Author:
- Giovanni Rimassa - Universita` di Parma
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ADDED_MTP
public static final int ADDED_MTP
REMOVED_MTP
public static final int REMOVED_MTP
MESSAGE_IN
public static final int MESSAGE_IN
MESSAGE_OUT
public static final int MESSAGE_OUT
MTPEvent
public MTPEvent(int id,
ContainerID cid,
jade.core.Channel ch)
MTPEvent
public MTPEvent(int id,
ContainerID cid,
Envelope e,
byte[] pl)
getChannel
public jade.core.Channel getChannel()
getEnvelope
public Envelope getEnvelope()
getPayload
public byte[] getPayload()
isInstall
public boolean isInstall()
isCommunication
public boolean isCommunication()